home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / v cisle / deepburner / DeepBurner1.exe / DeepBurner.exe / 0 / RCDATA / TEXPLORERFORM / TEXPLORERFORM.txt < prev   
Text File  |  2006-03-23  |  41KB  |  920 lines

  1. object ExplorerForm: TExplorerForm
  2.   Left = 205
  3.   Top = 130
  4.   Width = 785
  5.   Height = 501
  6.   Caption = 'Explorer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsMDIChild
  14.   Icon.Data = {<image000.ico>}
  15.   Menu = MainMenu
  16.   OldCreateOrder = False
  17.   Position = poDefault
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnDestroy = FormDestroy
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Splitter: TSplitter
  25.     Left = 190
  26.     Top = 35
  27.     Width = 4
  28.     Height = 393
  29.     Cursor = crHSplit
  30.     AutoSnap = False
  31.     Beveled = True
  32.     MinSize = 80
  33.     OnMoved = SplitterMoved
  34.   end
  35.   object JamShellTree: TJamShellTree
  36.     Left = 0
  37.     Top = 35
  38.     Width = 190
  39.     Height = 393
  40.     ShellLink = JamShellLink
  41.     RootedAt = SF_DESKTOP
  42.     SpecialFolder = SF_DRIVES
  43.     OleDragDrop = True
  44.     ShellContextMenu = True
  45.     ShowOptions = [soShowNethood, soShowErrorMessages, soShowHidden]
  46.     FileSystemOnly = True
  47.     Filter = '*'
  48.     HideSelection = False
  49.     Indent = 19
  50.     Align = alLeft
  51.     TabOrder = 0
  52.     ParentFont = False
  53.     HotTrack = True
  54.     RightClickSelect = True
  55.   end
  56.   object JamShellList: TJamShellList
  57.     Left = 194
  58.     Top = 35
  59.     Width = 583
  60.     Height = 393
  61.     FileSystemOnly = True
  62.     Filter = '*'
  63.     SpecialFolder = SF_DRIVES
  64.     ShellLink = JamShellLink
  65.     OleDragDrop = True
  66.     ShellContextMenu = True
  67.     BackgroundPopupMenu = ShellListPopupMenu
  68.     ShowOptions = [soShowNethood, soShowErrorMessages, soShowHidden, soShowFiles]
  69.     ViewStyle = vsReport
  70.     OnPopulated = JamShellListPopulated
  71.     OnOperation = JamShellListOperation
  72.     ThumbnailHeight = 100
  73.     ThumbnailWidth = 100
  74.     Align = alClient
  75.     HideSelection = False
  76.     IconOptions.AutoArrange = True
  77.     ParentColor = False
  78.     ParentFont = False
  79.     ParentShowHint = False
  80.     ReadOnly = False
  81.     ShowHint = True
  82.     TabOrder = 2
  83.     TabStop = True
  84.   end
  85.   object CoolBar: TCoolBar
  86.     Left = 0
  87.     Top = 0
  88.     Width = 777
  89.     Height = 35
  90.     AutoSize = True
  91.     Bands = <
  92.       item
  93.         BorderStyle = bsSingle
  94.         Control = ToolBar
  95.         ImageIndex = -1
  96.         MinHeight = 29
  97.         Width = 777
  98.       end>
  99.     EdgeBorders = [ebTop]
  100.     object ToolBar: TToolBar
  101.       Left = 9
  102.       Top = 2
  103.       Width = 764
  104.       Height = 29
  105.       AutoSize = True
  106.       ButtonHeight = 29
  107.       ButtonWidth = 29
  108.       EdgeBorders = []
  109.       Flat = True
  110.       Images = ImageList
  111.       TabOrder = 0
  112.       Transparent = True
  113.       Wrapable = False
  114.       OnResize = FormResize
  115.       object Panel: TPanel
  116.         Left = 0
  117.         Top = 0
  118.         Width = 214
  119.         Height = 29
  120.         Align = alLeft
  121.         Anchors = [akLeft, akTop, akRight, akBottom]
  122.         BevelOuter = bvNone
  123.         BorderStyle = bsSingle
  124.         Caption = 'Panel'
  125.         TabOrder = 0
  126.         DesignSize = (
  127.           210
  128.           25)
  129.         object JamShellCombo: TJamShellCombo
  130.           Left = 1
  131.           Top = 2
  132.           Width = 208
  133.           Height = 22
  134.           ItemIndex = -1
  135.           ShellLink = JamShellLink
  136.           ShowOptions = [soShowNethood, soShowRecycleBin, soShowErrorMessages]
  137.           DropDownCount = 12
  138.           ItemHeight = 16
  139.           ParentFont = False
  140.           TabOrder = 0
  141.           Editable = True
  142.           ShowFullPath = False
  143.           Anchors = [akLeft, akTop, akRight]
  144.           DesignSize = (
  145.             208
  146.             22)
  147.         end
  148.       end
  149.       object ToolButton2: TToolButton
  150.         Left = 214
  151.         Top = 0
  152.         Width = 8
  153.         Caption = 'ToolButton2'
  154.         ImageIndex = 6
  155.         Style = tbsSeparator
  156.       end
  157.       object ToolButton1: TToolButton
  158.         Left = 222
  159.         Top = 0
  160.         Hint = 'Up'
  161.         Action = LevelUpAction
  162.         ParentShowHint = False
  163.         ShowHint = True
  164.       end
  165.       object ToolButton3: TToolButton
  166.         Left = 251
  167.         Top = 0
  168.         Width = 15
  169.         Caption = 'ToolButton3'
  170.         ImageIndex = 1
  171.         Style = tbsSeparator
  172.       end
  173.       object ToolButton4: TToolButton
  174.         Left = 266
  175.         Top = 0
  176.         Action = LargeIconViewAction
  177.         Grouped = True
  178.         ParentShowHint = False
  179.         ShowHint = True
  180.         Style = tbsCheck
  181.       end
  182.       object ToolButton5: TToolButton
  183.         Left = 295
  184.         Top = 0
  185.         Action = SmallIconsViewAction
  186.         Grouped = True
  187.         ParentShowHint = False
  188.         ShowHint = True
  189.         Style = tbsCheck
  190.       end
  191.       object ToolButton6: TToolButton
  192.         Left = 324
  193.         Top = 0
  194.         Action = ListViewAction
  195.         Grouped = True
  196.         ParentShowHint = False
  197.         ShowHint = True
  198.         Style = tbsCheck
  199.       end
  200.       object ToolButton7: TToolButton
  201.         Left = 353
  202.         Top = 0
  203.         Action = DetailViewAction
  204.         Grouped = True
  205.         ParentShowHint = False
  206.         ShowHint = True
  207.         Style = tbsCheck
  208.       end
  209.       object ToolButton9: TToolButton
  210.         Left = 382
  211.         Top = 0
  212.         Width = 8
  213.         Caption = 'ToolButton9'
  214.         ImageIndex = 6
  215.         Style = tbsSeparator
  216.       end
  217.       object ToolButton8: TToolButton
  218.         Left = 390
  219.         Top = 0
  220.         Action = ThumbnailsViewAction
  221.         AllowAllUp = True
  222.         Grouped = True
  223.         ParentShowHint = False
  224.         ShowHint = True
  225.         Style = tbsCheck
  226.       end
  227.     end
  228.   end
  229.   object StatusBar: TStatusBar
  230.     Left = 0
  231.     Top = 428
  232.     Width = 777
  233.     Height = 19
  234.     Panels = <>
  235.     SimplePanel = False
  236.     Visible = False
  237.   end
  238.   object JamShellLink: TJamShellLink
  239.     Left = 264
  240.     Top = 64
  241.   end
  242.   object ShellListPopupMenu: TPopupMenu
  243.     Left = 200
  244.     Top = 64
  245.     object MView: TMenuItem
  246.       Caption = 'View'
  247.       SubMenuImages = ImageList
  248.       object Thumbnails1: TMenuItem
  249.         Action = ThumbnailsViewAction
  250.       end
  251.       object N1: TMenuItem
  252.         Caption = '-'
  253.       end
  254.       object LargeIcons1: TMenuItem
  255.         Action = LargeIconViewAction
  256.       end
  257.       object SmallIcons1: TMenuItem
  258.         Action = SmallIconsViewAction
  259.       end
  260.       object List1: TMenuItem
  261.         Action = ListViewAction
  262.       end
  263.       object Detail1: TMenuItem
  264.         Action = DetailViewAction
  265.       end
  266.     end
  267.     object MSortBy: TMenuItem
  268.       Caption = 'Sort By'
  269.       object SortColumn1Action1: TMenuItem
  270.         Action = SortColumn1Action
  271.       end
  272.       object SortColumn2Action1: TMenuItem
  273.         Action = SortColumn2Action
  274.       end
  275.       object SortColumn3Action1: TMenuItem
  276.         Action = SortColumn3Action
  277.       end
  278.       object SortColumn4Action1: TMenuItem
  279.         Action = SortColumn4Action
  280.       end
  281.       object SortColumn5Action1: TMenuItem
  282.         Action = SortColumn5Action
  283.       end
  284.       object SortColumn6Action1: TMenuItem
  285.         Action = SortColumn6Action
  286.       end
  287.     end
  288.   end
  289.   object ActionList: TActionList
  290.     Images = ImageList
  291.     Left = 232
  292.     Top = 64
  293.     object LargeIconViewAction: TAction
  294.       Category = 'View'
  295.       Caption = 'Large Icon'
  296.       Hint = 'Large Icon'
  297.       ImageIndex = 1
  298.       OnExecute = LargeIconViewActionExecute
  299.       OnUpdate = LargeIconViewActionUpdate
  300.     end
  301.     object SmallIconsViewAction: TAction
  302.       Category = 'View'
  303.       Caption = 'Small Icons'
  304.       Hint = 'Small Icons'
  305.       ImageIndex = 2
  306.       OnExecute = SmallIconsViewActionExecute
  307.       OnUpdate = SmallIconsViewActionUpdate
  308.     end
  309.     object ListViewAction: TAction
  310.       Category = 'View'
  311.       Caption = 'List'
  312.       Hint = 'List'
  313.       ImageIndex = 3
  314.       OnExecute = ListViewActionExecute
  315.       OnUpdate = ListViewActionUpdate
  316.     end
  317.     object DetailViewAction: TAction
  318.       Category = 'View'
  319.       Caption = 'Detail'
  320.       Hint = 'Detail'
  321.       ImageIndex = 4
  322.       OnExecute = DetailViewActionExecute
  323.       OnUpdate = DetailViewActionUpdate
  324.     end
  325.     object ThumbnailsViewAction: TAction
  326.       Category = 'View'
  327.       Caption = 'Thumbnails'
  328.       Hint = 'Thumbnails'
  329.       ImageIndex = 5
  330.       OnExecute = ThumbnailsViewActionExecute
  331.       OnUpdate = ThumbnailsViewActionUpdate
  332.     end
  333.     object LevelUpAction: TAction
  334.       ImageIndex = 0
  335.       OnExecute = LevelUpActionExecute
  336.       OnUpdate = LevelUpActionUpdate
  337.     end
  338.     object SortColumn1Action: TAction
  339.       Category = 'Sort'
  340.       OnExecute = SortColumn1ActionExecute
  341.       OnUpdate = SortColumn1ActionUpdate
  342.     end
  343.     object SortColumn2Action: TAction
  344.       Category = 'Sort'
  345.       OnExecute = SortColumn1ActionExecute
  346.       OnUpdate = SortColumn1ActionUpdate
  347.     end
  348.     object SortColumn3Action: TAction
  349.       Category = 'Sort'
  350.       OnExecute = SortColumn1ActionExecute
  351.       OnUpdate = SortColumn1ActionUpdate
  352.     end
  353.     object SortColumn4Action: TAction
  354.       Category = 'Sort'
  355.       OnExecute = SortColumn1ActionExecute
  356.       OnUpdate = SortColumn1ActionUpdate
  357.     end
  358.     object SortColumn5Action: TAction
  359.       Category = 'Sort'
  360.       OnExecute = SortColumn1ActionExecute
  361.       OnUpdate = SortColumn1ActionUpdate
  362.     end
  363.     object SortColumn6Action: TAction
  364.       Category = 'Sort'
  365.       OnExecute = SortColumn1ActionExecute
  366.       OnUpdate = SortColumn1ActionUpdate
  367.     end
  368.   end
  369.   object ImageList: TImageList
  370.     Left = 432
  371.     Top = 8
  372.     Bitmap = {
  373.       494C010106000900040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  374.       0000000000003600000028000000400000003000000001002000000000000030
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000000000000000000000000000000000000000000000000000000000000000
  380.       0000000000000000000000000000000000000000000000000000000000000000
  381.       0000000000000000000000000000000000000000000000000000000000000000
  382.       0000000000000000000000000000000000000000000000000000000000000000
  383.       0000000000000000000000000000000000000000000000000000000000000000
  384.       0000000000000000000000000000000000000000000000000000000000000000
  385.       0000000000000000000000000000000000000000000000000000000000000000
  386.       0000000000000000000000000000000000000000000000000000000000000000
  387.       0000000000000000000000000000000000000000000000000000000000000000
  388.       0000000000000000000000000000000000000000000000000000000000000000
  389.       0000000000000000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000000000
  391.       0000000000000000000000000000000000000000000000000000000000000000
  392.       0000000000000000000000000000000000000000000000000000000000000000
  393.       0000000000000000000000000000000000000000000000000000000000000000
  394.       0000000000000000000000000000000000000000000000000000000000000000
  395.       0000000000000000000000000000000000000000000000000000000000000000
  396.       0000000000000000000000000000000000000000000000000000000000000000
  397.       0000000000000000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000000000
  399.       0000000000000000000000000000000000000000000000000000000000000000
  400.       0000000000000000000000000000000000000000000000000000000000000000
  401.       0000000000000000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000000
  403.       0000000000000000000000000000000000000000000000000000000000000000
  404.       0000000000000000000000000000000000000000000000000000000000000000
  405.       0000000000000000000000000000000000000000000000000000000000000000
  406.       0000000000000000000000000000000000000000000000000000000000000000
  407.       0000000000000000000000000000000000000000000000000000000000000000
  408.       0000000000000000000000000000000000000000000000000000000000000000
  409.       0000000000000000000000000000000000000000000000000000000000000000
  410.       0000000000000000000000000000000000000000000000000000000000000000
  411.       0000000000000000000000000000000000000000000000000000000000000000
  412.       0000000000000000000000000000000000000000000000000000000000000000
  413.       0000000000000000000000000000000000000000000000000000000000000000
  414.       0000000000000000000000000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000000000000000000000000000
  418.       0000000000000000000000000000000000000000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       0000000000000000000000000000000000000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000000000000000000000000000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000000000000000000000000000
  439.       0000000000000000000000000000000000000000000000000000000000000000
  440.       0000000000000000000000000000000000000000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000000000000000000000000000
  443.       0000000000000000000000000000000000000000000000000000000000000000
  444.       0000000000000000000000000000000000000000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000000000000000000000
  446.       0000000000000000000000000000000000000000000000000000000000000000
  447.       0000000000000000000000000000000000000000000000000000000000000000
  448.       0000000000000000000000000000000000000000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000000000000000000000
  450.       0000000000000000000000000000000000000000000000000000000000000000
  451.       0000000000000000000000000000000000000000000000000000000000000000
  452.       0000000000000000000000000000000000000000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000000000000000000000
  454.       0000000000000000000000000000000000000000000000000000000000000000
  455.       0000000000000000000000000000000000000000000000000000000000000000
  456.       0000000000000000000000000000000000000000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000000000000000000000
  458.       0000000000000000000000000000000000000000000000000000000000000000
  459.       0000000000000000000000000000000000000000000000000000000000000000
  460.       0000000000000000000000000000000000000000000000000000000000000000
  461.       0000000000000000000000000000000000000000000000000000000000000000
  462.       0000000000000000000000000000000000000000000000000000000000000000
  463.       0000000000000000000000000000000000000000000000000000000000000000
  464.       0000000000000000000000000000000000000000000000000000000000000000
  465.       0000000000000000000000000000000000000000000000000000000000000000
  466.       0000000000000000000000000000000000000000000000000000000000000000
  467.       0000000000000000000000000000000000000000000000000000000000000000
  468.       0000000000000000000000000000000000000000000000000000000000000000
  469.       0000000000000000000000000000000000000000000000000000000000000000
  470.       0000000000000000000000000000000000000000000000000000000000000000
  471.       0000000000000000000000000000000000000000000000000000000000000000
  472.       0000000000000000000000000000000000000000000000000000000000000000
  473.       0000000000000000000000000000000000000000000000000000000000000000
  474.       0000000000000000000000000000000000000000000000000000000000000000
  475.       0000000000000000000000000000000000000000000000000000000000000000
  476.       0000000000000000000000000000000000000000000000000000000000000000
  477.       0000000000000000000000000000000000000000000000000000000000000000
  478.       0000000000000000000000000000000000000000000000000000000000000000
  479.       0000000000000000000000000000000000000000000000000000000000000000
  480.       0000000000000000000000000000000000000000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       0000000000000000000000000000000000000000000000000000000000000000
  491.       0000000000000000000000000000000000000000000000000000000000000000
  492.       0000000000000000000000000000000000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       0000000000000000000000000000000000000000000000000000000000000000
  497.       0000000000000000000000000000000000000000000000000000000000000000
  498.       0000000000000000000000000000000000000000000000000000000000000000
  499.       0000000000000000000000000000000000000000000000000000000000000000
  500.       0000000000000000000000000000000000000000000000000000000000000000
  501.       0000000000000000000000000000000000000000000000000000000000000000
  502.       0000000000000000000000000000000000000000000000000000000000000000
  503.       0000000000000000000000000000000000000000000000000000000000000000
  504.       0000000000000000000000000000000000000000000000000000000000000000
  505.       0000000000000000000000000000000000000000000000000000000000000000
  506.       0000000000000000000000000000000000000000000000000000000000000000
  507.       0000000000000000000000000000000000000000000000000000000000000000
  508.       0000000000000000000000000000000000000000000000000000000000000000
  509.       0000000000000000000000000000000000000000000000000000000000000000
  510.       0000000000000000000000000000000000000000000000000000000000000000
  511.       0000000000000000000000000000000000000000000000000000000000000000
  512.       0000000000000000000000000000000000000000000000000000000000000000
  513.       0000000000000000000000000000000000000000000000000000000000000000
  514.       0000000000000000000000000000000000000000000000000000000000000000
  515.       0000000000000000000000000000000000000000000000000000000000000000
  516.       0000000000000000000000000000000000000000000000000000000000000000
  517.       0000000000000000000000000000000000000000000000000000000000000000
  518.       0000000000000000000000000000000000000000000000000000000000000000
  519.       0000000000000000000000000000000000008400000000000000000000000000
  520.       0000000000000000000000000000000000000000000000000000000000000000
  521.       0000000000000000000000000000000000000000000000000000000000000000
  522.       0000000000000000000000000000000000000000000000000000000000000000
  523.       0000000000000000000000000000000000000000000000000000000000000000
  524.       0000000000000000000000000000000000000000000000000000000000000000
  525.       0000000000000000000000000000000000000000000000000000000000000000
  526.       0000000000000000000000000000000000000000000000000000000000000000
  527.       0000000000000000000000000000000000000000000000000000000000000000
  528.       0000000000000000000000000000000000000000000000000000000000000000
  529.       0000000000000000000000000000000000000000000000000000000000000000
  530.       0000000000000000000000000000000000000000000000000000000000000000
  531.       0000000000000000000000000000000000000000000000000000000000000000
  532.       0000000000000000000000000000000000000000000000000000000000000000
  533.       0000000000000000000000000000000000000000000000000000000000000000
  534.       0000000000000000000000000000000000000000000000000000000000000000
  535.       0000000000000000000000000000000000008400000000000000000000000000
  536.       0000000000000000000000000000000000000000000000000000000000000000
  537.       0000000000000000000000000000000000000000000000000000000000000000
  538.       0000000000000000000000000000000000000000000000000000000000000000
  539.       0000000000000000000000000000000000000000000000000000000000000000
  540.       0000000000000000000000000000000000000000000000000000000000000000
  541.       0000000000000000000000000000000000000000000000000000000000000000
  542.       0000000000000000000000000000000000000000000000000000000000000000
  543.       0000000000000000000000000000000000000000000000000000000000000000
  544.       0000000000000000000000000000000000000000000000000000000000000000
  545.       0000000000000000000000000000000000000000000000000000000000000000
  546.       0000000000000000000000000000000000000000000000000000000000000000
  547.       0000000000000000000000000000000000000000000000000000000000000000
  548.       0000000000000000000000000000000000000000000000000000000000000000
  549.       0000000000000000000000000000000000000000000000000000000000000000
  550.       0000000000000000000000000000000000000000000000000000000000000000
  551.       0000000000000000000000000000000000008400000000000000000000000000
  552.       0000000000000000000000000000000000000000000000000000000000000000
  553.       0000000000000000000000000000000000000000000000000000000000000000
  554.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  555.       0000000000000000000000000000000000000000000000000000000000000000
  556.       0000000000000000000000000000000000000000000000000000000000000000
  557.       0000000000000000000000000000000000000000000000000000000000000000
  558.       0000000000000000000000000000000000000000000000000000000000000000
  559.       0000000000000000000000000000000000000000000000000000000000000000
  560.       0000000000000000000000000000000000000000000000000000000000000000
  561.       000000000000000000000000000000000000000000000000000000000000FFFF
  562.       FF00FFFFFF00FFFFFF000000000000000000FFFFFF0000000000000000000000
  563.       0000000000000000000000000000000000000000000000000000000000000000
  564.       0000000000000000000000000000000000000000000000000000000000000000
  565.       0000000000000000000000000000000000000000000000000000000000000000
  566.       0000000000000000000000000000000000000000000000000000000000000000
  567.       0000000000000000000000000000000000008400000000000000000000000000
  568.       0000000000000000000000000000000000000000000000000000000000000000
  569.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  570.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00000000000000
  571.       0000000000000000000000000000000000000000000000000000000000000000
  572.       0000000000000000000000000000000000000000000000000000000000000000
  573.       0000000000000000000000000000000000000000000000000000000000000000
  574.       0000000000000000000000000000000000000000000000000000000000000000
  575.       0000000000000000000000000000000000000000000000000000000000000000
  576.       0000000000000000000000000000000000000000000000000000000000000000
  577.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  578.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000FFFFFF00000000000000
  579.       0000000000000000000000000000000000000000000000000000000000000000
  580.       0000000000000000000000000000000000000000000000000000000000000000
  581.       0000000000000000000000000000000000000000000000000000000000000000
  582.       0000000000000000000000000000000000000000000000000000000000000000
  583.       0000000000000000000000000000000000008400000000000000000000000000
  584.       0000000000000000000000000000000000000000000000000000000000000000
  585.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  586.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
  587.       0000000000000000000000000000000000000000000000000000000000000000
  588.       0000000000000000000000000000000000000000000000000000000000000000
  589.       0000000000000000000000000000000000000000000000000000000000000000
  590.       0000000000000000000000000000000000000000000000000000000000000000
  591.       0000000000000000000000000000000000000000000000000000000000000000
  592.       0000000000000000000000000000000000000000000000000000000000000000
  593.       0000000000000000000000000000000000000000000000000000FFFFFF00FFFF
  594.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00000000000000
  595.       0000000000000000000000000000000000000000000000000000000000000000
  596.       0000000000000000000000000000000000000000000000000000000000000000
  597.       0000000000000000000000000000000000000000000000000000000000000000
  598.       0000000000000000000000000000000000000000000000000000000000000000
  599.       0000000000000000000000000000000000008400000084000000840000008400
  600.       0000840000008400000084000000840000008400000084000000840000008400
  601.       000084000000840000008400000084000000000000000000000000000000FFFF
  602.       FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF0000000000000000000000
  603.       0000000000000000000000000000000000000000000000000000000000000000
  604.       0000000000000000000000000000000000000000000000000000000000000000
  605.       0000000000000000000000000000000000000000000000000000000000000000
  606.       0000000000000000000000000000000000000000000000000000000000000000
  607.       0000000000000000000000000000000000000000000000000000000000000000
  608.       0000000000000000000000000000000000000000000000000000000000000000
  609.       0000000000000000000000000000000000000000000000000000000000000000
  610.       0000FFFFFF00FFFFFF00FFFFFF00FFFFFF000000000000000000000000000000
  611.       0000000000000000000000000000000000000000000000000000000000000000
  612.       0000000000000000000000000000000000000000000000000000000000000000
  613.       0000000000000000000000000000000000000000000000000000000000000000
  614.       0000000000000000000000000000000000000000000000000000000000000000
  615.       0000000000000000000000000000000000000000000000000000000000000000
  616.       0000000000000000000000000000000000000000000000000000000000000000
  617.       0000000000000000000000000000000000000000000000000000000000000000
  618.       0000000000000000000000000000000000000000000000000000000000000000
  619.       0000000000000000000000000000000000000000000000000000000000000000
  620.       0000000000000000000000000000000000000000000000000000000000000000
  621.       0000000000000000000000000000000000000000000000000000000000000000
  622.       0000000000000000000000000000000000000000000000000000000000000000
  623.       0000000000000000000000000000000000000000000000000000000000000000
  624.       0000000000000000000000000000000000000000000000000000000000000000
  625.       0000000000000000000000000000000000000000000000000000000000000000
  626.       0000000000000000000000000000000000000000000000000000000000000000
  627.       0000000000000000000000000000000000000000000000000000000000000000
  628.       0000000000000000000000000000000000000000000000000000000000000000
  629.       0000000000000000000000000000000000000000000000000000000000000000
  630.       0000000000000000000000000000000000000000000000000000000000000000
  631.       0000000000000000000000000000000000000000000000000000000000000000
  632.       0000000000000000000000000000000000000000000000000000000000000000
  633.       0000000000000000000000000000000000000000000000000000000000000000
  634.       0000000000000000000000000000000000000000000000000000000000000000
  635.       0000000000000000000000000000000000000000000000000000000000000000
  636.       0000000000000000000000000000000000000000000000000000000000000000
  637.       0000000000000000000000000000000000000000000000000000000000000000
  638.       0000000000000000000000000000000000000000000000000000000000000000
  639.       0000000000000000000000000000000000000000000000000000000000000000
  640.       0000000000000000000000000000000000000000000000000000000000000000
  641.       0000000000000000000000000000000000000000000000000000000000000000
  642.       0000000000000000000000000000000000000000000000000000000000000000
  643.       0000000000000000000000000000000000000000000000000000000000000000
  644.       0000000000000000000000000000000000000000000000000000000000000000
  645.       0000000000000000000000000000000000000000000000000000000000000000
  646.       0000000000000000000000000000000000000000000000000000000000000000
  647.       0000000000000000000000000000000000000000000000000000000000000000
  648.       0000000000000000000000000000000000000000000000000000000000000000
  649.       0000000000000000000000000000000000000000000000000000000000000000
  650.       0000000000000000000000000000000000000000000000000000000000000000
  651.       0000000000000000000000000000000000000000000000000000000000000000
  652.       0000840000008400000084000000000000000000000000000000000000000000
  653.       0000000000000000000000000000000000000000000084000000840000008400
  654.       0000000000000000000000000000000000000000000084000000840000008400
  655.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  656.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  657.       FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000
  658.       0000000000000000000000000000000000000000000000000000840000008400
  659.       0000840000008400000000000000000000000000000000000000000000000000
  660.       000084000000FFFFFF0084000000000000000000000000000000000000000000
  661.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  662.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  663.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  664.       FF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  665.       FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000
  666.       000000000000000000000000000000000000000000000000000084000000FFFF
  667.       FF00FFFFFF008400000000000000000000000000000000000000000000000000
  668.       0000840000008400000000000000000000000000000000000000000000000000
  669.       0000000000000000000000000000000000000000000084000000840000000000
  670.       0000000000000000000000000000000000000000000084000000840000000000
  671.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  672.       FF0000FFFF00000000000000000000000000000000000000000000000000FFFF
  673.       FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000
  674.       000000000000000000000000000000000000000000000000000084000000FFFF
  675.       FF00FFFFFF008400000000000000000000000000000000000000000000000000
  676.       0000000000000000000000000000000000000000000000000000000000000000
  677.       0000000000000000000000000000000000000000000000000000000000000000
  678.       0000000000000000000000000000000000000000000000000000000000000000
  679.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  680.       FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  681.       FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000
  682.       000000000000000000000000000000000000000000000000000084000000FFFF
  683.       FF00840000008400000000000000000000000000000000000000000000000000
  684.       0000000000000000000000000000000000000000000000000000000000000000
  685.       0000000000000000000000000000000000000000000000000000000000000000
  686.       0000000000000000000000000000000000000000000000000000000000000000
  687.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  688.       FF0000FFFF000000000000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  689.       FF0000FFFF00FFFFFF0000000000000000000000000000000000000000000000
  690.       0000000000000000000000000000000000000000000000000000840000008400
  691.       0000840000000000000000000000000000000000000000000000000000000000
  692.       0000000000000000000000000000000000000000000084000000840000008400
  693.       0000000000000000000000000000000000000000000084000000840000008400
  694.       0000000000000000000000000000000000000000000084000000840000008400
  695.       0000000000000000000000000000000000000000000000FFFF00FFFFFF000000
  696.       000000000000000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FF
  697.       FF00FFFFFF0000FFFF0000000000000000000000000000000000000000000000
  698.       0000000000000000000000000000000000000000000000000000000000000000
  699.       0000000000000000000000000000000000000000000000000000000000000000
  700.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  701.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  702.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  703.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  704.       FF00000000000000000000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  705.       FF0000FFFF00FFFFFF0000000000000000000000000000000000840000008400
  706.       0000840000008400000000000000000000000000000000000000000000000000
  707.       0000000000000000000000000000000000000000000000000000000000000000
  708.       0000000000000000000000000000000000000000000084000000840000000000
  709.       0000000000000000000000000000000000000000000084000000840000000000
  710.       0000000000000000000000000000000000000000000084000000840000000000
  711.       0000000000000000000000000000000000000000000000FFFF00FFFFFF0000FF
  712.       FF00FFFFFF0000000000FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FF
  713.       FF00FFFFFF0000FFFF000000000000000000000000000000000084000000FFFF
  714.       FF00FFFFFF008400000000000000000000000000000000000000000000000000
  715.       0000000000000000000000000000000000000000000000000000000000000000
  716.       0000000000000000000000000000000000000000000000000000000000000000
  717.       0000000000000000000000000000000000000000000000000000000000000000
  718.       0000000000000000000000000000000000000000000000000000000000000000
  719.       00000000000000000000000000000000000000000000FFFFFF0000FFFF00FFFF
  720.       FF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFFFF0000FFFF00FFFF
  721.       FF0000FFFF00FFFFFF000000000000000000000000000000000084000000FFFF
  722.       FF00FFFFFF008400000000000000000000000000000000000000000000000000
  723.       0000000000000000000000000000000000000000000000000000000000000000
  724.       0000000000000000000000000000000000000000000000000000000000000000
  725.       0000000000000000000000000000000000000000000000000000000000000000
  726.       0000000000000000000000000000000000000000000000000000000000000000
  727.       0000000000000000000000000000000000000000000000000000000000000000
  728.       0000000000000000000000000000000000000000000000000000000000000000
  729.       000000000000000000000000000000000000000000000000000084000000FFFF
  730.       FF00840000008400000000000000000000000000000000000000000000000000
  731.       0000000000000000000000000000000000000000000000000000840000008400
  732.       0000840000000000000000000000000000000000000000000000000000000000
  733.       0000000000000000000000000000000000000000000084000000840000008400
  734.       0000000000000000000000000000000000000000000084000000840000008400
  735.       000000000000000000000000000000000000000000000000000000FFFF00FFFF
  736.       FF0000FFFF00FFFFFF0000FFFF00000000000000000000000000000000000000
  737.       0000000000000000000000000000000000000000000000000000840000008400
  738.       0000840000000000000000000000000000000000000000000000000000000000
  739.       000000000000000000000000000000000000000000000000000084000000FFFF
  740.       FF00840000000000000000000000000000000000000000000000000000000000
  741.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  742.       0000000000000000000000000000000000000000000084000000FFFFFF008400
  743.       0000000000000000000000000000000000000000000000000000000000000000
  744.       0000000000000000000000000000000000000000000000000000000000000000
  745.       0000000000000000000000000000000000000000000000000000000000000000
  746.       0000000000000000000000000000000000000000000000000000000000000000
  747.       0000000000000000000000000000000000000000000000000000840000008400
  748.       0000000000000000000000000000000000000000000000000000000000000000
  749.       0000000000000000000000000000000000000000000084000000840000000000
  750.       0000000000000000000000000000000000000000000084000000840000000000
  751.       0000000000000000000000000000000000000000000000000000000000000000
  752.       0000000000000000000000000000000000000000000000000000000000000000
  753.       0000000000000000000000000000000000000000000000000000000000000000
  754.       0000000000000000000000000000000000000000000000000000000000000000
  755.       0000000000000000000000000000000000000000000000000000000000000000
  756.       0000000000000000000000000000000000000000000000000000000000000000
  757.       0000000000000000000000000000000000000000000000000000000000000000
  758.       0000000000000000000000000000000000000000000000000000000000000000
  759.       000000000000000000000000000000000000424D3E000000000000003E000000
  760.       2800000040000000300000000100010000000000800100000000000000000000
  761.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  762.       0000000000000000000000000000000000000000000000000000000000000000
  763.       0000000000000000000000000000000000000000000000000000000000000000
  764.       0000000000000000000000000000000000000000000000000000000000000000
  765.       00000000000000000000000000000000FFFFFFFD00000000FFFFFFF800000000
  766.       6111FFF100000000FFFFFFE3000000006111FFC700000000FFFFF08F00000000
  767.       6111C01F00000000FFFFC03F000000006111801F00000000FFFF801F00000000
  768.       6111801F00000000FFFF801F000000000000C03F00000000FFFFC03F00000000
  769.       E111F0FF00000000FFFFFFFF00000000FFFFFFFFFFFFFFFFFFFFFF81FFFFFFFF
  770.       0001FFFFF1FF8F8F0001FFC3F11F88880001FFC3F3FF9F9F0001FFC3FFFFFFFF
  771.       0001FFC3FFFFFFFF000181C7FF8F8F8F0001FFFFFF8888880001C3FFFF9F9F9F
  772.       0001C3FFFFFFFFFF0001C3FFFFFFFFFF0003C3FFC7FF8F8F80FFC7FFC47F8888
  773.       C1FFFFFFCFFF9F9FFFFFFFFFFFFFFFFF00000000000000000000000000000000
  774.       000000000000}
  775.   end
  776.   object MainMenu: TMainMenu
  777.     Left = 464
  778.     Top = 8
  779.     object MView1: TMenuItem
  780.       Caption = 'View'
  781.       SubMenuImages = ImageList
  782.       GroupIndex = 5
  783.       object Thumbnails2: TMenuItem
  784.         Action = ThumbnailsViewAction
  785.       end
  786.       object N3: TMenuItem
  787.         Caption = '-'
  788.       end
  789.       object LargeIcon1: TMenuItem
  790.         Action = LargeIconViewAction
  791.       end
  792.       object SmallIcons2: TMenuItem
  793.         Action = SmallIconsViewAction
  794.       end
  795.       object List2: TMenuItem
  796.         Action = ListViewAction
  797.       end
  798.       object Detail2: TMenuItem
  799.         Action = DetailViewAction
  800.       end
  801.       object N2: TMenuItem
  802.         Caption = '-'
  803.       end
  804.       object MSortBy1: TMenuItem
  805.         Caption = 'Sort By'
  806.         object SortColumn1Action2: TMenuItem
  807.           Action = SortColumn1Action
  808.         end
  809.         object SortColumn2Action2: TMenuItem
  810.           Action = SortColumn2Action
  811.         end
  812.         object SortColumn3Action2: TMenuItem
  813.           Action = SortColumn3Action
  814.         end
  815.         object SortColumn4Action2: TMenuItem
  816.           Action = SortColumn4Action
  817.         end
  818.         object SortColumn5Action2: TMenuItem
  819.           Action = SortColumn5Action
  820.         end
  821.         object SortColumn6Action2: TMenuItem
  822.           Action = SortColumn6Action
  823.         end
  824.       end
  825.     end
  826.   end
  827.   object smlFormLangRes: TsmlFormLangRes
  828.     LangFileName = 'DefLang.ini'
  829.     IgnoreEmptyString = True
  830.     AutoCreateMode = True
  831.     AddBracket = True
  832.     StringProperties.Strings = (
  833.       'Caption'
  834.       'Hint')
  835.     StringsProperties.Strings = (
  836.       'Tabs'
  837.       'Items')
  838.     IgnoreControls.Strings = (
  839.       'LevelUpAction'
  840.       'JamShellTree'
  841.       'JamShellList'
  842.       'Splitter'
  843.       'JamShellLink'
  844.       'ToolBar'
  845.       'ToolButton1'
  846.       'ToolButton3'
  847.       'ToolButton4'
  848.       'ToolButton5'
  849.       'ToolButton6'
  850.       'ToolButton7'
  851.       'ShellListPopupMenu'
  852.       'MView'
  853.       'MView1'
  854.       'MSortBy'
  855.       'MSortBy1'
  856.       'ActionList'
  857.       'ImageList'
  858.       'ToolButton8'
  859.       'Thumbnails1'
  860.       'LargeIcons1'
  861.       'SmallIcons1'
  862.       'List1'
  863.       'Detail1'
  864.       'ToolButton9'
  865.       'N1'
  866.       'MainMenu'
  867.       'CoolBar'
  868.       'SortColumn1Action'
  869.       'SortColumn2Action'
  870.       'SortColumn3Action'
  871.       'SortColumn4Action'
  872.       'SortColumn5Action'
  873.       'SortColumn6Action'
  874.       'SortColumn1Action1'
  875.       'SortColumn2Action1'
  876.       'SortColumn3Action1'
  877.       'SortColumn4Action1'
  878.       'SortColumn5Action1'
  879.       'SortColumn6Action1'
  880.       'Detail2'
  881.       'List2'
  882.       'SmallIcons2'
  883.       'LargeIcon1'
  884.       'N2'
  885.       'Thumbnails2'
  886.       'SortColumn6Action2'
  887.       'SortColumn5Action2'
  888.       'SortColumn4Action2'
  889.       'SortColumn3Action2'
  890.       'SortColumn2Action2'
  891.       'SortColumn1Action2'
  892.       'N3'
  893.       'smlFormLangRes'
  894.       'smlMenuLangRes'
  895.       'smlMenuLangResPopup'
  896.       'Panel'
  897.       'JamShellCombo'
  898.       'ToolButton2')
  899.     IgnoreFormCaption = False
  900.     IncludeListViewItems = False
  901.     IncludeListViewHead = False
  902.     IncludeTreeViewItems = False
  903.     Active = False
  904.     Left = 8
  905.     Top = 40
  906.   end
  907.   object smlMsgLangRes: TsmlMsgLangRes
  908.     LangFileName = 'DefLang.ini'
  909.     IgnoreEmptyString = False
  910.     AutoCreateMode = True
  911.     AddBracket = True
  912.     MsgList.Strings = (
  913.       'MView=&View'
  914.       'MSortBy=Sort By')
  915.     Active = False
  916.     Left = 40
  917.     Top = 40
  918.   end
  919. end
  920.